
Command Line: diskspd.exe -c10G -t2 -d60 -o1 -b64k -si64k -Suw -L -w100 test.dat

Input parameters:

	timespan:   1
	-------------
	duration: 60s
	warm up time: 5s
	cool down time: 0s
	measuring latency
	random seed: 0
	path: 'test.dat'
		think time: 0ms
		burst size: 0
		software cache disabled
		hardware write cache disabled, writethrough on
		performing write test
		block size: 65536
		using interlocked sequential I/O (stride: 65536)
		number of outstanding I/O operations: 1
		thread stride size: 0
		threads per file: 2
		IO priority: normal



Results for timespan 1:
*******************************************************************************

actual test time:	60.01s
thread count:		2
proc count:		2

CPU |  Usage |  User  |  Kernel |  Idle
-------------------------------------------
   0|  14.14%|   1.12%|   13.02%|  85.86%
   1|  10.28%|   1.12%|    9.16%|  89.74%
-------------------------------------------
avg.|  12.21%|   1.12%|   11.09%|  87.80%

Total IO
thread |       bytes     |     I/Os     |     MB/s   |  I/O per s |  AvgLat  | LatStdDev |  file
-----------------------------------------------------------------------------------------------------
     0 |      9934209024 |       151584 |     157.86 |    2525.77 |    0.393 |     2.675 | test.dat (10240MB)
     1 |      9435414528 |       143973 |     149.93 |    2398.95 |    0.413 |     2.750 | test.dat (10240MB)
-----------------------------------------------------------------------------------------------------
total:       19369623552 |       295557 |     307.80 |    4924.73 |    0.403 |     2.712

Read IO
thread |       bytes     |     I/Os     |     MB/s   |  I/O per s |  AvgLat  | LatStdDev |  file
-----------------------------------------------------------------------------------------------------
     0 |               0 |            0 |       0.00 |       0.00 |    0.000 |       N/A | test.dat (10240MB)
     1 |               0 |            0 |       0.00 |       0.00 |    0.000 |       N/A | test.dat (10240MB)
-----------------------------------------------------------------------------------------------------
total:                 0 |            0 |       0.00 |       0.00 |    0.000 |       N/A

Write IO
thread |       bytes     |     I/Os     |     MB/s   |  I/O per s |  AvgLat  | LatStdDev |  file
-----------------------------------------------------------------------------------------------------
     0 |      9934209024 |       151584 |     157.86 |    2525.77 |    0.393 |     2.675 | test.dat (10240MB)
     1 |      9435414528 |       143973 |     149.93 |    2398.95 |    0.413 |     2.750 | test.dat (10240MB)
-----------------------------------------------------------------------------------------------------
total:       19369623552 |       295557 |     307.80 |    4924.73 |    0.403 |     2.712


  %-ile |  Read (ms) | Write (ms) | Total (ms)
----------------------------------------------
    min |        N/A |      0.120 |      0.120
   25th |        N/A |      0.190 |      0.190
   50th |        N/A |      0.300 |      0.300
   75th |        N/A |      0.398 |      0.398
   90th |        N/A |      0.470 |      0.470
   95th |        N/A |      0.615 |      0.615
   99th |        N/A |      0.890 |      0.890
3-nines |        N/A |     38.503 |     38.503
4-nines |        N/A |    121.633 |    121.633
5-nines |        N/A |    327.904 |    327.904
6-nines |        N/A |    346.282 |    346.282
7-nines |        N/A |    346.282 |    346.282
8-nines |        N/A |    346.282 |    346.282
9-nines |        N/A |    346.282 |    346.282
    max |        N/A |    346.282 |    346.282
